@@ -145,8 +145,9 @@ angular.module('codexApp')
|
||
| 145 | 145 |
break; |
| 146 | 146 |
} |
| 147 | 147 |
} |
| 148 |
- //console.log(thumb); |
|
| 149 | 148 |
if(thumb == "" || thumb == undefined){
|
| 149 |
+ // [ ] Thumbnail generation queue |
|
| 150 |
+ // [ ] Default thumbnail |
|
| 150 | 151 |
console.log("> NO THUMBNAIL FOUND! GENERATING NEW ONE")
|
| 151 | 152 |
thumb = saveThumbnail(file_path); |
| 152 | 153 |
} |
@@ -12,14 +12,22 @@ |
||
| 12 | 12 |
## Research |
| 13 | 13 |
|
| 14 | 14 |
* [Programming](Research/programming/index.md) |
| 15 |
+* [Dev Tools](Research/dev-tools/index.md) |
|
| 15 | 16 |
* [Chem Lights](Research/ChemLights/index.md) |
| 16 | 17 |
* [The Press Kit is Dead - Use this instead](Research/startups/The Press Kit is Dead - Use this instead.md) |
| 17 | 18 |
* [Markdown Syntax](inbox/test_note.md) |
| 18 | 19 |
* [Test Note 0001](Test-Stack/Notebook 2/Test-0001/index.md) |
| 20 |
+* [Weed](research/weed/index.md) |
|
| 21 |
+* [Rocketry](research/rocketry/index.md) |
|
| 19 | 22 |
|
| 20 | 23 |
## Notes |
| 21 | 24 |
|
| 22 | 25 |
* [German VISA](inbox/german_visa.md) |
| 23 | 26 |
* [Planning](Notes/Trip 2016/planning.md) ⭐ |
| 24 | 27 |
* [Job Search](Notes/Job Search/index.md) |
| 25 |
-* [J1X Server](inbox/j1x-server.md) |
|
| 28 |
+* [J1X Server](inbox/j1x-server.md) |
|
| 29 |
+* [Daily Goals](inbox/daily-goals.md) |
|
| 30 |
+ |
|
| 31 |
+## Tools |
|
| 32 |
+ |
|
| 33 |
+* [Trello](https://trello.com/) |
@@ -28,6 +28,10 @@ |
||
| 28 | 28 |
cursor: text; |
| 29 | 29 |
} |
| 30 | 30 |
|
| 31 |
+.note-container .note a {
|
|
| 32 |
+ cursor: pointer; |
|
| 33 |
+} |
|
| 34 |
+ |
|
| 31 | 35 |
.ace_editor { height: 100%; }
|
| 32 | 36 |
|
| 33 | 37 |
.editor-container {
|